release: v0.1.1221 - #3499
Merged
Merged
Conversation
kojiwakayama
enabled auto-merge
August 9, 2026 11:26
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe release version changes from ChangesRelease version synchronization
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release cutting #3497.
Contents
fix(agent): keep one run-scoped encoder across hosted stream chunks (#3497)
createConversationHostedStreamLifecycleAdapterconstructed a freshConversationRunEventEncoderper chunk, so on the top-level hosted path — the path production runs take —stepCountrestarted at 1 every chunk andelapsedMswas stamped against a just-created anchor.v0.1.1220 shipped the encoder clock (#3483) but wired it into
createConversationRunChunkMirror, which only serves child runs. That's why persisted events on 1220 still carry noelapsedMs.Version files
deno.json,src/utils/version-constant.ts, andsrc/html/hydration-script-builder/hydration-runtime.generated.ts— all three bumped to 0.1.1221, matching the shape of the v0.1.1220 release commit. (The generated file needsdeno task generate; the release script's--no-buildpath skips it.)Cut with
--no-test --no-buildper the#dntimport breakage (issue #425).Summary by CodeRabbit